STEP 10: Let's count the responses for the other letters. The most common choice will give us the quiz outcome.

  • Drag three more Get Count commands to the bottom of your program.
  • Name each new variable based on which letter count it stores: b_num, c_num, or d_num.
  • Change the list name in all of the commands to user_choices.
  • Change each parameter to one letter: "b", "c", and "d".

To navigate the page using the TAB key, first press ESC to exit the code editor.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)